Solital is a fast, easy-to-use PHP framework and also has an easy-to-learn syntax. Solital emerged as a lighter and simpler alternative to other frameworks available on the market such as Laravel, Symfony and CodeIgniter.
Solital Framework has several features to help you create PHP projects with fast performance. Vinci Console is a component to help create, remove, update components. Wolf is Solital's default template engine, as well as being quick to render views. Database manipulation is also possible using Katrina ORM, migations and seeders.
PHP has several well-known frameworks such as Laravel, Symfony, CakePHP, among others. All of these projects contribute to the PHP community.
The Solital Framework contributed to this huge community, offering an easier way to create PHP projects, while also offering several important features.
To download Solital, use the command below:
composer create-project solital/solital project
You can access the complete documentation at the following link: https://solital.github.io/site/
- Basic routing (GET, POST, PUT, PATCH, UPDATE, DELETE) with support for custom multiple verbs.
- Regular Expression Constraints for parameters.
- Wolf template system.
- HTTP client manipulation.
- Vinci development assistant.
- Middleware (classes that intercepts before the route is rendered).
- ORM for database persistence
- CSRF protection.
- Sub-domain routing
- Input manager; easily manage GET, POST and FILE values.
- Task Scheduler
- Async HTTP Client
- And more...
Solital uses MIT license by default