|
1 |
| -# Aspose.Tasks Cloud |
2 |
| -[Aspose.Tasks Cloud](https://products.aspose.cloud/tasks/cloud) |
| 1 | +# Aspose.Tasks Cloud SDK for PHP |
| 2 | +This repository contains Aspose.Tasks Cloud SDK for PHP source code. This SDK allows you to work with Aspose.Tasks Cloud REST APIs in your PHP applications quickly and easily, with zero initial cost. |
3 | 3 |
|
4 |
| -Aspose.Tasks Cloud is a REST API for manipulating and converting Microsoft Project documents hosted on cloud platforms. It allows you to work with all aspects of a Project document as well as offers a wide range of export options allowing developers to convert Microsoft Project documents a number of industry standard formats. Our Cloud SDKs are wrappers around REST API in various programming languages, allowing you to work with Project documents in language of your choice quickly and easily, gaining all benefits of strong types and IDE highlights. |
| 4 | +[Aspose.Tasks Cloud](https://products.aspose.cloud/tasks/family "Aspose.Tasks Cloud") |
| 5 | +[API Reference](https://apireference.aspose.cloud/tasks/) |
5 | 6 |
|
6 |
| -This repository contains Aspose.Tasks Cloud SDK for PHP source code. This SDK allows you to work with Aspose.Tasks Cloud REST APIs in your .NET applications quickly and easily, with zero initial cost. |
| 7 | +## Key Features |
| 8 | +* Conversion between various file formats, including MPP->PDF conversion |
| 9 | +* Read, change and write Microsoft Project® documents |
| 10 | +* Create, update and write projects in XML project format |
| 11 | +* Manage extended attributes |
| 12 | +* Define weekdays for calendars and calendar exceptions |
| 13 | +* Manage task baseline scheduling and duration |
| 14 | +* Create and manage links between tasks |
| 15 | +* Manage resources costs and variances |
| 16 | +* Access assignment costs and budget |
7 | 17 |
|
8 |
| -To use these SDK, you will need App SID and App Key which can be looked up at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/#/apps) (free registration in Aspose Cloud is required for this). |
| 18 | +## How to use the SDK? |
| 19 | +The complete source code is available in this repository folder. You can either directly use it in your project via source code or get [Packagist distribution](https://packagist.org/packages/aspose/tasks-sdk-php) (recommended). For more details, please visit our [documentation website](https://docs.aspose.cloud/display/taskscloud/Available+SDKs ). |
9 | 20 |
|
10 |
| -# Licensing |
11 |
| -All Aspose.Tasks Cloud SDKs, helper scripts and templates are licensed under [MIT License](LICENSE). |
| 21 | +### Prerequisites |
12 | 22 |
|
13 |
| -# Resources |
14 |
| -+ [**Website**](https://www.aspose.cloud) |
15 |
| -+ [**Product Home**](https://products.aspose.cloud/tasks/cloud) |
16 |
| -+ [**Documentation**](https://docs.aspose.cloud/display/taskscloud/Home) |
17 |
| -+ [**Free Support Forum**](https://forum.aspose.cloud/c/tasks) |
18 |
| -+ [**Paid Support Helpdesk**](https://helpdesk.aspose.cloud/) |
19 |
| -+ [**Blog**](https://blog.aspose.cloud/category/aspose-products/aspose-tasks-product-family/) |
| 23 | +To use Aspose Tasks for Cloud PHP SDK you need to register an account with [Aspose Cloud](https://www.aspose.cloud/) and lookup/create App Key and SID at [Cloud Dashboard](https://dashboard.aspose.cloud/#/apps). There is free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/pricing). |
| 24 | + |
| 25 | +### Installation |
| 26 | + |
| 27 | +#### Via Composer: |
| 28 | +*aspose-tasks-cloud-php* is available on Packagist as the |
| 29 | +[`tasks-sdk-php`](https://packagist.org/packages/aspose/tasks-sdk-php) package. Run the following command: |
| 30 | +```bash |
| 31 | +composer require aspose/tasks-sdk-php |
| 32 | +``` |
| 33 | + |
| 34 | +To use the SDK, use Composer's [autoload](https://getcomposer.org/doc/00-intro.md#autoloading): |
| 35 | + |
| 36 | +```php |
| 37 | +require_once('vendor/autoload.php'); |
| 38 | +``` |
| 39 | + |
| 40 | +## Dependencies |
| 41 | +- PHP 7.1 or later |
| 42 | +- referenced packages (see [here](composer.json) for more details) |
| 43 | + |
| 44 | +## Licensing |
| 45 | + |
| 46 | +All Aspose.Tasks Cloud SDKs, helper scripts and templates are licensed under [MIT License](https://github.com/aspose-tasks-cloud/aspose-tasks-cloud-php/blob/master/LICENSE). |
| 47 | + |
| 48 | +## Contact Us |
| 49 | +Your feedback is very important to us. Please feel free to contact us using our [Support Forums](https://forum.aspose.cloud/c/tasks). |
| 50 | + |
| 51 | +## Resources |
| 52 | + |
| 53 | +[Website](https://www.aspose.cloud/) |
| 54 | +[Product Home](https://products.aspose.cloud/tasks/family) |
| 55 | +[API Reference](https://apireference.aspose.cloud/tasks/) |
| 56 | +[Documentation](https://docs.aspose.cloud/display/taskscloud/Home) |
| 57 | +[Blog](https://blog.aspose.cloud/category/tasks/) |
| 58 | + |
| 59 | +## Other languages |
| 60 | +We generate our SDKs in different languages so you may check if yours is available in our [list](https://github.com/aspose-tasks-cloud). |
| 61 | + |
| 62 | +If you don't find your language in the list, feel free to request it from us, or use raw REST API requests as you can find it [here](https://products.aspose.cloud/tasks/curl). |
0 commit comments