Skip to content

Commit

Permalink
adding license and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Dec 17, 2023
0 parents commit 85e0c6d
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 0 deletions.
22 changes: 22 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Copyright (c) Phalcon Team and contributors
https://phalcon.io

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
62 changes: 62 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<p align="center"><a href="https://docs.phalcon.io" target="_blank">
<img src="https://assets.phalcon.io/phalcon/images/svg/phalcon-logo-transparent-black.svg" height="100" alt="Phalcon"/>
</a></p>

<p align="center">
Hosting By:
<br />
<a href="https://www.netlify.com">
<img src="https://www.netlify.com/img/global/badges/netlify-color-accent.svg"/>
</a>
</p>

Official [Phalcon][0] documentation website.

[![Netlify Status](https://api.netlify.com/api/v1/badges/96373ff5-88bd-4788-9d2d-1d40f4759803/deploy-status)](https://app.netlify.com/sites/phalcon-docs/deploys)

## Documentation
* Official documentation is [located here][1]
* Translations must be sent to [Crowdin project][2]

## Community
* Follow us on [GitHub][3], [Facebook][4], [Twitter][5] or [Gab.ai][6]
* Get Phalcon support on [Discord][7] and [Official Forums][8]

## Contributing

This work is an open source, community-driven project. See [CONTRIBUTING.md][9]
for details about contributions to this repository.


## 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

This work licensed under the New BSD License. See the [LICENSE][10] file for more information.

[0]: https://phalcon.io
[1]: https://docs.phalcon.io
[2]: https://crowdin.com/project/phalcon-documentation
[3]: https://github.com/phalcon/cphalcon
[4]: https://phalcon.io/fb
[5]: https://phalcon.io/t
[6]: https://phalcon.io/gab
[7]: https://phalcon.io/discord
[8]: https://forum.phalcon.io
[9]: https://github.com/phalcon/cphalcon/blob/master/CONTRIBUTING.md
[10]: https://github.com/phalcon/cphalcon/blob/master/LICENSE.txt

0 comments on commit 85e0c6d

Please sign in to comment.