Starting

Solital is a fast, easy-to-use PHP framework and also has an easy-to-learn syntax. Created in 2020, 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.

You can still use several other components present in Solital Framework.

Current version

You are reading the version documentation: 3.x

Requirements

  • PHP >=8.2
  • PHP JSON extension enabled
  • PHP PDO extension enabled

Features

  • 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 Console.
  • Middleware (classes that intercepts before the route is rendered).
  • ORM for database persistence.
  • CSRF protection.
  • Sub-domain routing
  • Custom boot managers to rewrite urls to "nicer" ones.
  • Input manager; easily manage GET, POST and FILE values.
  • PSR-3, PSR-6, PSR-11, PSR-14 and PSR-16.
  • Migrations and Seeders
  • And more...

What to see next?


Built with MkDocs.