From 25038ca261fb2f7d1091dbc5ce31e06567f62137 Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Thu, 25 Jul 2013 18:42:23 +0200 Subject: Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 71b8333c..88f42336 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "ciromattia/prado", + "name": "comperio/prado", "description": "Component Framework for PHP 5.", "homepage": "http://www.pradosoft.com/", "license": "BSD", -- cgit v1.2.3 From 5e6ddef5cd2bde311ccc01bc18eaa74071c41d1a Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Thu, 25 Jul 2013 18:51:06 +0200 Subject: Create README.md --- README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..a58a561d --- /dev/null +++ b/README.md @@ -0,0 +1,38 @@ +# Prado PHP Framework + +Git mirror for Prado3 (https://code.google.com/p/prado3/) + +# Warning! + +This is a mirror with some small but core changes needed for working into *ClavisNG*. +Comperio does not provide support for this framework, please refer to the original [issue tracker](https://code.google.com/p/prado3/issues/list). + +[![Build Status](https://secure.travis-ci.org/nicmart/DomainSpecificQuery.png?branch=master)](http://travis-ci.org/nicmart/DomainSpecificQuery) + +## Install + +The best way to install Prado is [through composer](http://getcomposer.org). + +Just create a composer.json file for your project: + +```JSON +{ + "require": { + "comperio/prado": "~3.2" + } +} +``` + +Then you can run these two commands to install it: + + $ curl -s http://getcomposer.org/installer | php + $ php composer.phar install + +or simply run `composer install` if you have have already [installed the composer globally](http://getcomposer.org/doc/00-intro.md#globally). + +Then you can include the autoloader, and you will have access to the library classes: + +```php + Date: Thu, 25 Jul 2013 18:52:02 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a58a561d..e9691e25 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Git mirror for Prado3 (https://code.google.com/p/prado3/) # Warning! -This is a mirror with some small but core changes needed for working into *ClavisNG*. +This is a mirror with some small but core changes needed for working with **ClavisNG**. Comperio does not provide support for this framework, please refer to the original [issue tracker](https://code.google.com/p/prado3/issues/list). [![Build Status](https://secure.travis-ci.org/nicmart/DomainSpecificQuery.png?branch=master)](http://travis-ci.org/nicmart/DomainSpecificQuery) -- cgit v1.2.3 From 46d200ae9f5a1931dc77cd324dce43f8faecc779 Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Thu, 25 Jul 2013 18:52:32 +0200 Subject: Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e9691e25..c80acaf9 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ Git mirror for Prado3 (https://code.google.com/p/prado3/) This is a mirror with some small but core changes needed for working with **ClavisNG**. Comperio does not provide support for this framework, please refer to the original [issue tracker](https://code.google.com/p/prado3/issues/list). -[![Build Status](https://secure.travis-ci.org/nicmart/DomainSpecificQuery.png?branch=master)](http://travis-ci.org/nicmart/DomainSpecificQuery) - ## Install The best way to install Prado is [through composer](http://getcomposer.org). -- cgit v1.2.3