archer70/desmond
Composer 安装命令:
composer require archer70/desmond
包简介
A LISP interpreter for PHP, with interop and awareness of its host environment.
README 文档
README
Put some LISP in your PHP.
Goals
The basic idea here is to create small and fast LISP interpreter for PHP that focuses on functional programming, while also allowing interoperation with PHP itself. You should be able to add Desmond on top of an existing PHP code base, allowing lispy goodness that has access to the application it sits on. In other words, you could write a Wordpress mod in Desmond.
Features
- Functional
- Immutable data types
- PHP interop
- PHP app integration
- Geared for the web
- Built in help text
Installation
Globally with composer:
composer global require archer70/desmond
or per-project:
composer require archer70/desmond
Development
Clone the repo
git clone https://github.com/Archer70/desmond.git
Install development dependencies (PHPUnit) and create autoloader.
composer install
Run the tests
vendor/bin/phpunit -c phpunit.xml test/
You can start a REPL by running bin/desmond, or run a file with bin/desmond file.dsmnd.
Help / Docs
For more information, including a quick start guide, see our wiki pages.
For information on specific functions, open a REPL and run (function-list) and (help "function-name").
Also, feel free to drop by #desmond on Freenode if you require additional assistance, or if you're just bored.
archer70/desmond 适用场景与选型建议
archer70/desmond 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 158 次下载、GitHub Stars 达 5, 最近一次更新时间为 2017 年 05 月 03 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 archer70/desmond 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 archer70/desmond 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 158
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 8
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-05-03