maniaplanet / manialib
ManiaLib is a lightweight PHP framework for Manialink and Web developement.
Installs: 2 253
Dependents: 2
Suggesters: 0
Security: 0
Stars: 3
Watchers: 10
Forks: 4
Open Issues: 1
Requires
- php: >=5.3
This package is auto-updated.
Last update: 2022-02-01 12:30:02 UTC
README
ManiaLib is a lightweight PHP framework for Manialink and Web developement. It provides a set of object-oriented libraries to help you save time on classic Manialink (and Web) tasks.
The library is released under the GNU LESSER GENERAL PUBLIC LICENSE Version 3.
This is the framework package
This project is the framework package only. It is made to be used in other projects. If you want the full-stacked application with a demo to start building your own Manialink, check out https://github.com/maniaplanet/manialib-application-template
Installation
We use Composer, because we're cool:
{
"require": {
"maniaplanet/manialib": "~3.1"
}
}
Useful links
- Support forum: http://forum.maniaplanet.com/viewforum.php?f=40
:)