A list of amazingly awesome PHP libraries, resources and shiny things.
- Composer/Packagist - A package and dependency manager.
- Composer Installers - A multi framework Composer library installer.
| {% extends "base.html.twig" %} | |
| {% block body %} | |
| <h1>Students</h1> | |
| <form name="student" action="{{ path('app_student_register') }}" method="post"> | |
| <table> | |
| <tr> | |
| <th>#</th> | |
| <th>Name</th> | |
| <th>Isic</th> |
A list of amazingly awesome PHP libraries, resources and shiny things.