Shine PHP
Finally...a PHP microframework that stays out of your way!
composer require adammcgurk/shine-php
Secure by default
- Uses only PDO for connecting to the databaseā¦no mysqli anywhere.
- We only implement cURL securely (no certificate disabling!)
- The data validation scripts are built with an "allowlist" mindset, instead of a "denylist", making applications even more secure.
Easy to implement
- No setup required...just install the composer package, and you can start coding right away!
- Pick and choose the classes and libraries you want to use or include, it's that easy!
- Almost all of the methods can be used in two lines of code!