titan-framework / sample-api
Functional instance example using the Titan web service bus.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:SQLPL
Type:project
Requires
- php: >=5.2,<7.0
This package is not auto-updated.
Last update: 2024-11-09 20:50:42 UTC
README
About
Titan is a framework for instantiation of content management systems (CMS), allowing the creation of complex web applications. The Titan Framework proposal is to be a simple and complete development tool, allowing you to create robust applications quickly and easily.
Titan was developed and is maintained by the partnership between the Software Engineering Laboratory (LEDES) of the Faculty of Computing (FACOM) of the Federal University of Mato Grosso do Sul (UFMS) and the Laboratory for Precision Livestock, Environment and Software Engineering (PLEASE Lab) of the Embrapa Beef Cattle of the Brazilian Agricultural Research Corporation (Embrapa).
Getting Started
To create your project, use Composer:
php composer.phar create-project titan-framework/sample-api path/to/local/folder
After install, start Vagrant box to run your application:
cd path/to/local/folder cd box vagrant up
Your Titan instance sample is running at http://localhost:8090. To access, use "admin" as login and password.
More Information
Read Titan Cookbook (in portuguese) is the best way to start using it. You can also access our mailing list to learn advanced features and answer questions.