Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phalcon/zephir
Zephir is a compiled high-level language aimed to ease the creation of C-extensions for PHP
https://github.com/phalcon/zephir
c hacktoberfest phalcon php php-extension php-extensions php-internals skeleton zephir
Last synced: 3 months ago
JSON representation
Zephir is a compiled high-level language aimed to ease the creation of C-extensions for PHP
- Host: GitHub
- URL: https://github.com/phalcon/zephir
- Owner: zephir-lang
- License: mit
- Created: 2013-07-17T14:49:27.000Z (over 11 years ago)
- Default Branch: development
- Last Pushed: 2024-06-09T20:02:06.000Z (5 months ago)
- Last Synced: 2024-07-11T13:57:00.314Z (4 months ago)
- Topics: c, hacktoberfest, phalcon, php, php-extension, php-extensions, php-internals, skeleton, zephir
- Language: PHP
- Homepage: https://zephir-lang.com
- Size: 23.5 MB
- Stars: 3,274
- Watchers: 198
- Forks: 466
- Open Issues: 103
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-php-extensions - zephir - 用 PHP 编写 PHP 扩展 (扩展编写)
- favorite-link - Zephir 是一种编译的高级语言,旨在为 PHP 创建 C 扩展。
- php-awesome - Zephir - 可以用近似 PHP 的一种中间代码写程序,然后自动转为 C++,并作为扩展来运行 (基础框架 / 构建/部署)
README
# [![Zephir][zephir logo]][web site]
[![Discord][discord-badge]](https://phalcon.io/discord)
[![Build on Linux|macOS|Windows][actions main]][actions link]
[![Latest Stable Version][version badge]][packagist link]
[![PHP from Packagist][packagist ver]][packagist link]
[![Packagist][packagist dd]][packagist stats]
[![MIT License][license badge]](./LICENSE)[Zephir][web site] - is a high level programming language that eases the creation and maintainability of extensions for PHP.
Zephir extensions are exported to C code that can be compiled and optimized by major C compilers such as gcc/clang/vc++.
Functionality is exposed to the PHP language.## Documentation
* Official documentation is [located here][docs]
## Community
* Follow us on [GitHub][zephir] and [Facebook][facebook]
* Get Zephir support on [Discord][discord] and [GitHub discussions][discussions]
* Read our [Code of Conduct](./CODE_OF_CONDUCT.md)## Contributing
Zephir is an Open Source, community-driven project. See [CONTRIBUTING.md](./CONTRIBUTING.md)
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)]## Backers
Support us with a monthly donation and help us continue our activities.
[[Become a backer](https://opencollective.com/phalcon#backer)]## License
Zephir licensed under the MIT License. See the [LICENSE](./LICENSE) file for more information.
[docs]: https://docs.zephir-lang.com
[zephir]: https://github.com/zephir-lang/zephir
[facebook]: https://www.facebook.com/groups/zephir.language
[discord]: https://phalcon.io/discord
[discussions]: https://github.com/zephir-lang/zephir/discussions
[zephir logo]: https://assets.phalconphp.com/zephir/zephir_logo-105x36.svg
[web site]: https://zephir-lang.com[actions link]: https://github.com/zephir-lang/zephir/actions
[actions main]: https://github.com/zephir-lang/zephir/actions/workflows/main.yml/badge.svg[version badge]: https://poser.pugx.org/phalcon/zephir/v/stable.svg
[packagist link]: https://packagist.org/packages/phalcon/zephir
[packagist dd]: https://img.shields.io/packagist/dd/phalcon/zephir
[packagist stats]: https://packagist.org/packages/phalcon/zephir/stats
[packagist ver]: https://img.shields.io/packagist/php-v/phalcon/migrations
[license badge]: https://poser.pugx.org/phalcon/zephir/license.svg
[discord-badge]: https://img.shields.io/discord/310910488152375297?label=Discord&logo=discord&style=flat-square