Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-php-library
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sinan
mongo-php-library
Commits
a3f3e85c
Commit
a3f3e85c
authored
Mar 16, 2015
by
Hannes Magnusson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump phongo version and link to jira
parent
1b4de41b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
No files found.
README.md
View file @
a3f3e85c
...
...
@@ -16,8 +16,8 @@ and will serve as the default reference interface when creating other bindings.
As
`PHongo libraries`
is an abstraction layer for PHongo, it naturally requires
[
PHongo to be installed
](
http://10gen-labs.github.io/mongo-php-driver-prototype/#installation
)
:
$ wget https://github.com/10gen-labs/mongo-php-driver-prototype/releases/download/0.1.
2/phongo-0.1.2
.tgz
$ pecl install phongo-0.1.
2
.tgz
$ wget https://github.com/10gen-labs/mongo-php-driver-prototype/releases/download/0.1.
5/phongo-0.1.5
.tgz
$ pecl install phongo-0.1.
5
.tgz
$ echo "extension=phongo.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
The best way to then install
`PHongo libraries`
is via
[
composer
](
https://getcomposer.org/
)
...
...
@@ -32,7 +32,7 @@ by adding the following to
}
],
"require"
:
{
"ext-phongo"
:
">=0.1.
2
"
,
"ext-phongo"
:
">=0.1.
5
"
,
"10gen-labs/mongo-php-libraries-prototype"
:
"dev-master"
}
```
...
...
@@ -44,4 +44,4 @@ $ composer install
```
## Reporting tickets
TODO
-
https://jira.mongodb.org/secure/CreateIssue.jspa?pid=12483&issuetype=1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment