-
Notifications
You must be signed in to change notification settings - Fork 0
/
LICENSE
43 lines (27 loc) · 1.24 KB
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# RayLib-PHP Stubs
This repo provide the most complete RayLib-PHP stubs which enables autocompletion in modern IDEs.
## Installing via Composer
1. Install Composer in a common location or in your project:
```bash
curl -s http://getcomposer.org/installer | php
```
2. Install via composer:
```bash
composer require --dev phalcon/ide-stubs
```
3. Setup your IDE.
## Installing via Git
1. Clone the Phalcon IDE Stubs repository in a common location.
2. Setup your IDE.
## Sponsors
Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/phalcon#sponsor)]
<a href="https://opencollective.com/phalcon/#contributors">
<img src="https://opencollective.com/phalcon/tiers/sponsors.svg?avatarHeight=48&width=800">
</a>
## Backers
Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/phalcon#backer)]
<a href="https://opencollective.com/phalcon/#contributors">
<img src="https://opencollective.com/phalcon/tiers/backers.svg?avatarHeight=48&width=800&height=200">
</a>
## License
Phalcon IDE Stubs is open-sourced software licensed under the New BSD License. © Phalcon Framework Team and contributors.