Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Zephir is a compiled high-level language aimed to ease the creation of C-extensions for PHP

Awesome Lists containing this project

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